home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Tools / MorphOS / Epic4_mos / share / epic / help / 1_general / server < prev    next >
Encoding:
Text File  |  2002-10-28  |  2.0 KB  |  54 lines

  1. Synopsis:
  2.    server [<server name>|<server index> [<port>]]
  3.    server [-add] <server>[:[<port>][:[<password>][:[<nickname>]]]]
  4.    server [+|-][<server name>]
  5.    server [-delete <server index>]
  6.  
  7. Description:
  8.    The SERVER command allows you to manipulate your client's internal
  9.    list of servers, as well as to switch servers.  If no arguments are
  10.    given, your current server list is printed.  Any attempt to connect to
  11.    a new server not already in your list will append it to your list.
  12.    Additionally, servers can be associated with specific ircII windows,
  13.    which can be useful when being on multiple networks at once.
  14.  
  15.    Your initial server list is compiled into the client.  This is usually
  16.    a minimal list.  This is overridden if the client can find the system-
  17.    wide ircII.servers file, which is usually a bit more extensive.  Users
  18.    can further override this file's list by setting their respective
  19.    IRCSERVER environment variables.
  20.  
  21. Options:
  22.    +<server>  associate a new server to your current window (this will
  23.                 also connect you to that server)
  24.    -<server>  disassociate a server from your current window (this will
  25.                 also disconnect you from that server)
  26.    -add       add a server to your server list
  27.    -delete    delete server with given server index from your list
  28.  
  29. Examples:
  30.    To change to a new server, irc.foobar.com, on port 6668:
  31.       /server irc.foobar.com 6668
  32.       /server irc.foobar.com:6668
  33.  
  34.    To change to a new server and register with the nickname "JoeBob":
  35.       /server irc.foobar.com:::JoeBob
  36.  
  37.    To switch to the next, or previous, server in your list
  38.       /server +
  39.       /server -
  40.  
  41.    To associate a new server, irc.booya.net, to your current window:
  42.       /server +irc.booya.net
  43.  
  44.    To delete server 5 from your list:
  45.       /server -delete 5
  46.  
  47.    To add server "irc.foo.com" on port 6667 with nick "blah" to your list:
  48.       /server -add irc.foo.com:6667::blah
  49.  
  50. See Also:
  51.    discon(1); disconnect(1); on(5) connect, disconnect; reconnect(1);
  52.    window(4) server
  53.  
  54.